home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / src-16f.lha / compiler / globals.lisp < prev    next >
Encoding:
Text File  |  1991-11-06  |  313 b   |  11 lines

  1.  
  2. (in-package "C")
  3. (proclaim '(special
  4.         *defprint-pretty* *event-info* *event-note-threshold*
  5.         *compiler-error-context*
  6.         *converting-for-interpreter*
  7.         *undefined-warnings*
  8.         *code-segment* *elsewhere*
  9.         *collect-dynamic-statistics* *count-vop-usages* *dynamic-counts-tn*
  10.         *source-info*))
  11.